home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / PGMNGRED.dfm / PGMNGRED.txt < prev   
Encoding:
Text File  |  1999-10-12  |  1.6 KB  |  77 lines

  1. object ProxyEditor: TProxyEditor
  2.   Left = 269
  3.   Top = 114
  4.   Width = 514
  5.   Height = 331
  6.   Caption = 'Page Proxy Editor'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BtnPanel: TPanel
  22.     Left = 409
  23.     Top = 0
  24.     Width = 97
  25.     Height = 304
  26.     Align = alRight
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object CloseBtn: TButton
  30.       Left = 11
  31.       Top = 12
  32.       Width = 77
  33.       Height = 25
  34.       Caption = 'Close'
  35.       TabOrder = 0
  36.       OnClick = CloseBtnClick
  37.     end
  38.     object DeleteBtn: TButton
  39.       Left = 11
  40.       Top = 44
  41.       Width = 77
  42.       Height = 25
  43.       Caption = 'Delete'
  44.       TabOrder = 1
  45.       OnClick = DeleteBtnClick
  46.     end
  47.   end
  48.   object ProxyGrid: TDrawGrid
  49.     Left = 0
  50.     Top = 0
  51.     Width = 409
  52.     Height = 304
  53.     Align = alClient
  54.     ColCount = 2
  55.     Ctl3D = True
  56.     DefaultRowHeight = 17
  57.     FixedCols = 0
  58.     RowCount = 2
  59.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  60.     ParentCtl3D = False
  61.     TabOrder = 1
  62.     OnDrawCell = ProxyGridDrawCell
  63.     OnKeyDown = ProxyGridKeyDown
  64.     OnSelectCell = ProxyGridSelectCell
  65.     ColWidths = (
  66.       162
  67.       175)
  68.   end
  69.   object FormStorage: TFormStorage
  70.     IniFileName = 'DELPHI.INI'
  71.     IniSection = 'RX.ProxyEditor'
  72.     StoredValues = <>
  73.     Left = 8
  74.     Top = 4
  75.   end
  76. end
  77.